home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / glossary.dir / 00005_Intro.dir.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  187 b   |  10 lines

  1. on mouseDown
  2.   global gdirmovie
  3.   if the machineType = 256 then
  4.     set the visible of sprite 5 to 0
  5.   end if
  6.   set the castNum of sprite 3 to 15
  7.   updateStage()
  8.   go(1, "INTRO.DIR")
  9. end
  10.